body {
    background-color: #f5f5f5;
}

section {
    width: 100%;
    padding-bottom: 20px;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative;
    background: url(../images/kp5-banner.png) no-repeat center center;
}

.banner img {
    width: 100%;
}

.banner-btn {
    width: 320px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 320px;
    margin-left: -160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-btn a {
    display: block;
    width: 150px;
    height: 44px;
    background: #E80000;
    box-shadow: 0px 16px 32px 0px rgba(91, 0, 130, 0.5);
    border-radius: 22px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.banner-btn a:nth-child(2) {
    width: 150px;
    height: 44px;
    background: #00CAE8;
    box-shadow: 0px 16px 32px 0px rgba(91, 0, 130, 0.5);
    border-radius: 22px;
}

.kind1 {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #151949, #7B40EA, #151949);
}

.kind-box {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kind-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 6);
}
 .kind-box a img{
        display: block;
         transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }
    .kind-box a:hover img{
         transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
.kind-box a+a {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.kind-box a p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
}

.jianjie {
    width: 100%;
    height: 480px;
    background: #FFFFFF;
}

.title {
    width: 100%;
    padding-top: 78px;
}

.title h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    text-align: center;
}

.title p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin: 20px 0;
}

.title .title-flow {
    width: 28px;
    height: 4px;
    background: #E80000;
    margin: 0 auto;
}

.jianjie-word {
    width: 100%;
    margin-top: 55px;
}

.jianjie-word p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.yousi {
    width: 1280px;
    margin: 0 auto;
}

.yousi-list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yousi-list li {
    width: 305px;
    height: 203px;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 0 30px;
    box-sizing: border-box;
}

.yousi-list li:hover {
    transform: translateY(-5px);
    transition: 1s;
}

.yousi-head {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.yousi-head div {
    width: calc(100% - 70px);
}

.yousi-head div h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
}

.yousi-head div p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    margin-top: 6px;
}

.yousi-cen {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.flow {
    width: 100%;
    height: 731px;
    background: url(../images/flow-back.png) no-repeat center center;
    margin-top: 80px;
}

.flow .title h2 {
    color: #fff;
}

.flow .title p {
    color: #fff;
    opacity: 0.6;
}

.flow .title .title-flow {
    background-color: #fff;
}

.flow-box {
    width: 1280px;
    margin: 30px auto 0;
}

.flow-tab {
    width: 260px;
    height: 37px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.flow-tab li {
    width: 130px;
    height: 37px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.flow-tab .opt {
    color: #333333;
    background: #FFFFFF;
}

.flow-list {
    width: 100%;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow-list li {
    width: 312px;
    height: 368px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.flow-top {
    width: 308px;
    height: 205px;
    position: relative;
    margin: 0 auto;
}

/*.flow-list li:nth-child(1) .flow-top {*/
/*    background: url(../images/flow-list-back-1.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*}*/

/*.flow-list li:nth-child(2) .flow-top {*/
/*    background: url(../images/flow-list-back-2.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*}*/

/*.flow-list li:nth-child(3) .flow-top {*/
/*    background: url(../images/flow-list-back-3.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*}*/

/*.flow-list li:nth-child(4) .flow-top {*/
/*    background: url(../images/flow-list-back-4.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*}*/

.flow-top .flow-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.flow-top .flow-icon{
         transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }
    .flow-list li:hover .flow-top .flow-icon{
         transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
.flow-top .flow-hover {
    width: 100%;
    height: 100%;
    background: rgba(23, 10, 87, 0.7);
    opacity: 1;
}


.flow-cen {
    width: 100%;
    padding-top: 30px;
}

.flow-cen h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.flow-cen span {
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 25px;
}

.flow-cen span i {
    display: block;
    width: 27px;
    height: 1px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    opacity: 1;
    margin: 0 10px;
}

.flow-cen p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.team {
    width: 100%;
    height: 909px;
    background: #FFFFFF;
}

.team-box {
    width: 1280px;
    height: 644px;
    background: url(../images/team-back.png) no-repeat center bottom #FFFFFF;
    background-size: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin: 46px auto 0;
}

.team-box ul {
    width: 100%;
    padding: 37px 39px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-box ul li {
    width: 164px;
}

.team-box ul li img {
    margin: 0 auto;
}
.team-box ul li:hover img{
    transform: translateY(-10px);
    transition: 1s;
}
.team-box ul li h3 {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin: 17px 0 21px;
}

.team-box ul li h3 span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.team-box ul li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.news {
    width: 1280px;
    margin: 0 auto;
}

.news-cont {
    width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-cont .news-left {
    width: 500px;
    height: 538px;
    background: #FFFFFF;
    border-radius: 4px;
}

.news-left a {
    display: block;
    width: 100%;
    height: 206px;
    padding: 30px 14px 0;
    box-sizing: border-box;
}

.news-left a h3 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.news-left a:hover h3{
    color: #E80000;
}
.news-left a p {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    margin: 20px 0;
    display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 3;    
overflow: hidden;
}

.xijie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xijie .time {
    display: flex;
    align-items: center;
}

.xijie .time span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.xijie .time span img {
    margin-right: 5px;
}

.xijie .xiangqing {
    width: 70px;
    height: 27px;
    background: #031119;
    border-radius: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}

.news-right {
    width: 762px;
    height: 538px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 17px;
    box-sizing: border-box;
}

.right-list {
    width: 100%;
}

.right-list a {
    display: block;
    width: 100%;
    height: 150px;
    padding-top: 31px;
    box-sizing: border-box;
}
.right-list a:hover .right-head h3{
    color: #e80000;
}
.right-list a+a {
    border-top: 1px solid #eee;
}

.right-list a .right-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-list a .right-head h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.right-list a .right-head .time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    display: flex;
    align-items: center;
}

.right-list a .right-head .time img {
    margin-right: 5px;
}

.right-list a p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    margin-top: 20px;  
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-right .mores {
    display: block;
    width: 70px;
    height: 27px;
    background: rgba(3, 17, 25, 0.06);
    border-radius: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #031119;
    line-height: 27px;
    text-align: center;
    float: right;
    margin-top: 36px;
}

.watch-more {
    display: block;
    width: 190px;
    height: 44px;
    background: #E80000;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin: 62px auto 0;
}

.hao-right .swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hao-right .swiper-container{
    width: 100%;
}
.app-header {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}

.app-jianjie {
    display: none;
}

.team-img {
    display: none;
}

.app-banner {
    display: none;
}

.app-news {
    display: none;
}

@media only screen and (max-width: 750px) {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .banner {
        display: none;
    }

    section {
        width: 100%;
        padding-bottom: 80px;
    }

    .kind-box {
        width: 100%;
        flex-wrap: wrap;
    }

    .kind1 {
        background: #fff;
        margin-bottom: 10px;
    }

    .title {
        width: 100%;
        height: 70px;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 70px;
        text-align: center;
    }

    .kind-box a {
        width: 118px;
        padding-top: 13px;
    }
   
    .kind-box a p {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        margin-top: 9px;
    }

    .kind-box a img {
        width: 47px;
    }

    .jianjie {
        display: none;
    }

    .app-jianjie {
        display: block;
        width: 100%;
        background-color: #fff;
        padding-bottom: 20px;
    }

    .app-jianjie p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 22px;
        text-align: center;
    }

    .yousi {
        width: 100%;
        padding-bottom: 20px;
    }
.cont-hao{
    margin: 0 auto !important;
}
    .title {
        width: 100%;
        height: 70px;
        padding: 20px 0!important;
        height: auto !important;
        font-size: 24px !important;
        font-family: Microsoft YaHei ;
        font-weight: bold !important;
        color: #000000 !important;
        text-align: center !important;   
        line-height: 40px !important;
    }

    .title h2 {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 70px;
        text-align: center;
    }

    .title p,
    .title .title-flow {
        display: none;
    }

    .yousi-list {
        flex-wrap: wrap;
        margin: 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .yousi-list li {
        width: 168px;
        height: 150px;
        background: #FFFFFF;
        border-radius: 2px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .yousi-head {
        height: 58px;
    }

    .yousi-head img {
        width: 30px;
    }

    .yousi-head div {
        width: calc(100% - 42px);
    }

    .yousi-head div h3 {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: bold;
    }

    .yousi-head div p {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
    }

    .yousi-cen {
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        margin-top: 10px;
        line-height: 15px;
    }

    .flow {
        height: 640px;
        margin: 0;
    }

    .flow-box {
        width: 100%;
        margin: 0;
    }

    .flow-tab {
        height: 30px;
    }

    .flow-tab li {
        height: 30px;
        line-height: 30px;
    }

    .flow-list {
        flex-wrap: wrap;
        padding: 0 12px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .flow-list li {
        width: 168px;
        height: 212px;
        background: #FFFFFF;
        border-radius: 2px;
        margin-bottom: 15px;
    }

    .flow-top {
        width: 165px;
        height: 110px;
    }

    .flow-top .flow-icon {
        width: 65px;
    }

    .flow-cen {
        padding-top: 17px;
    }

    .flow-cen h3 {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }

    .flow-cen span {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        margin: 7px 0 12px;
    }

    .flow-cen span i {
        display: none;
    }

    .flow-cen p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .team {
        height: 712px;
    }

    .team-box {
        width: 100%;
        margin: 0;
        border: none;
        background: #fff;
    }

    .team-box ul {
        flex-wrap: wrap;
        padding: 0 12px;
    }

    .team-box ul li:nth-last-child(1) {
        display: none;
    }

    .team-box ul li h3 {
        font-size: 10px;
        text-align: center;
        margin: 14px 0 9px;
    }

    .team-box ul li h3 span {
        font-size: 13px;
    }

    .team-box ul li p {
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .team-img {
        display: block;
        width: 351px;
        margin: 20px auto;
    }

    .news {
        display: none;
    }

    .bottom {
        display: none;
    }

    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
            height: 50px;
    }

    .app-header .logo img {
        width: 100%;
        height: 52px;
    }

    .app-header .kind {
        width: 30px;
        height: auto;
        background: none;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
    }

    .app-footer .choice img {
        width: 29px;
        margin: 0 auto;
    }

    .app-footer .choice .sele {
        display: none;
    }

    .app-footer .choice p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .xuanzhe {
        width: 154px;
        height: 100px;
        background: url(../images/app-footer-xuanzhe.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: -93px;
        left: -30px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
        padding: 10px 14px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }

    .xuanzhe a {
        display: block;
        width: 29px;
        height: 29px;
        margin-right: 10px;
        padding-top: 0;
    }

    .xuanzhe a:nth-child(3n) {
        margin-right: 0;
    }

    .xuanzhe a img {
        width: 29px;
    }

    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 328px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(../images/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(../images/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(../images/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(../images/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }

    .app-banner {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .app-banner img {
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 27px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .app-banner-btn {
        width: 215px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 157px;
        left: 50%;
        margin-left: -108px;
        z-index: 99;
    }

    .app-banner-btn a {
        display: block;
        width: 96px;
        height: 33px;
        background: #E80000;
        box-shadow: 0px 8px 16px 0px rgba(91, 0, 130, 0.5);
        border-radius: 17px;
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 33px;
        text-align: center;
    }

    .app-banner-btn a:nth-last-child(1) {
        background: #00CAE8;
    }

    .app-news {
        display: block;
        width: 100%;
        margin-top: 10px;
        background-color: #fff;
        padding-bottom: 20px;
    }

    .app-news-cen {
        width: 351px;
        height: 568px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        border-radius: 3px;
        margin: 0 auto;
    }

    .app-news-swiper {
        width: 100%;
    }

    .app-news-swiper img {
        width: 100%;
    }

    .app-news-list {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .app-news-list a {
        display: block;
        width: 100%;
        height: 65px;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .app-news-list a+a {
        border-top: 1px solid #eee;
        box-sizing: border-box;
    }

    .app-news-list a h3 {
        width: 100%;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .app-news-list a .time {
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    .app-news-list a .time img {
        width: 10px;
        margin-right: 5px;
    }.hao-right{
        width: 100% !important;
        height: auto !important;
    }
}